Skip to content

feat(lastcode): add resumable Intel builds - #106

Merged
lastobelus merged 4 commits into
lastcode/mainfrom
lastcode/build-intel-package-action
Aug 27, 2026
Merged

feat(lastcode): add resumable Intel builds#106
lastobelus merged 4 commits into
lastcode/mainfrom
lastcode/build-intel-package-action

Conversation

@lastobelus

@lastobelus lastobelus commented Aug 27, 2026

Copy link
Copy Markdown
Owner

Building Intel artifacts currently requires manual workflow dispatch and external polling. This adds a resumable Project Action and script that select an exact remote checkpoint or revision tag and commit, dispatch the existing Intel workflow once with a unique request token, wait internally for the uniquely correlated run, and resume with a verified terminal result.

The action only builds and verifies the immutable Intel release. It does not stage, install, promote, restart, or update an Intel artifact-consumer node; the agent retains the decision to build.

Focused coverage exercises exact tag resolution, at-most-once dispatch, unique run correlation, restart reattachment, terminal outcomes, timeouts, and release verification. The normal guarded push also passed the complete Quick CI suite.

Tracks #103.

Implemented with GPT-5.6 Codex in the T3 Code harness.

@lastobelus

Copy link
Copy Markdown
Owner Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Chef's kiss.

Reviewed commit: a61c3601e8

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@lastobelus
lastobelus force-pushed the lastcode/build-intel-package-action branch from a61c360 to caadaf1 Compare August 27, 2026 03:08
@lastobelus

Copy link
Copy Markdown
Owner Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: caadaf1b78

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread scripts/lastcode-build-intel-package.ts Outdated
@lastobelus
lastobelus force-pushed the lastcode/build-intel-package-action branch from caadaf1 to 4a9a79c Compare August 27, 2026 06:52
@lastobelus

Copy link
Copy Markdown
Owner Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 4a9a79c4c7

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread scripts/lastcode-build-intel-package.ts Outdated
Comment thread scripts/lastcode-build-intel-package.ts Outdated
@lastobelus

Copy link
Copy Markdown
Owner Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 99308b6376

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread scripts/lastcode-build-intel-package.ts Outdated
Comment thread scripts/lastcode-build-intel-package.ts
@lastobelus

Copy link
Copy Markdown
Owner Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Keep them coming!

Reviewed commit: 71c5fafbd4

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@lastobelus
lastobelus merged commit 73aa2f1 into lastcode/main Aug 27, 2026
10 checks passed
@lastobelus
lastobelus deleted the lastcode/build-intel-package-action branch August 27, 2026 07:44
lastobelus added a commit that referenced this pull request Aug 28, 2026
Build Intel artifacts currently requires manual workflow dispatch and
external polling. This adds a resumable Project Action and script that
select an exact remote checkpoint/revision tag and commit, dispatch the
existing Intel workflow once with a unique request token, waits
internally for the uniquely correlated run, and resumes with a verified
terminal result.

The action only builds and verifies the immutable Intel release. It does
not stage, install, promote, restart, or update htulo; the agent retains
the decision to build.

Focused coverage exercises exact tag resolution, at-most-once dispatch,
unique run correlation, restart reattachment, terminal outcomes,
timeouts, and release verification. The normal guarded push also passed
the complete quick-CI suite.

Tracks #103.

Implemented with GPT-5.6 Codex in the T3 Code harness.
lastobelus added a commit that referenced this pull request Aug 28, 2026
Build Intel artifacts currently requires manual workflow dispatch and
external polling. This adds a resumable Project Action and script that
select an exact remote checkpoint/revision tag and commit, dispatch the
existing Intel workflow once with a unique request token, waits
internally for the uniquely correlated run, and resumes with a verified
terminal result.

The action only builds and verifies the immutable Intel release. It does
not stage, install, promote, restart, or update htulo; the agent retains
the decision to build.

Focused coverage exercises exact tag resolution, at-most-once dispatch,
unique run correlation, restart reattachment, terminal outcomes,
timeouts, and release verification. The normal guarded push also passed
the complete quick-CI suite.

Tracks #103.

Implemented with GPT-5.6 Codex in the T3 Code harness.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant